home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Textfiles / zines / Happle / happle10.sit.hqx / Happle#10 / Happle Issue#10.rsrc / TEXT_138.txt < prev    next >
Text File  |  1999-06-11  |  2KB  |  62 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. How to own sherlock
  8. Sir Talonz
  9.  
  10. With MacOS 8.5 came a very cool app called Sherlock. Sherlock is extremely powerful and lets you search your own drives, plus the web at amazingly fast speeds. The only problem is, the capitalist pigs made it so when you view a website's description you get a stupid ad. I found a quick way to hack this so you don't get the annoying ad. First you'll need the following:
  11.  
  12. 1. bbedit lite
  13. 2. resedit or equivalant
  14. 3. sherlock plug-in to hack.
  15.  
  16. First step is to open the plug-in in bbedit lite. Just go to file, open, and for the file-types, use 'choose any file'. Find your plug-in, it is in the internet search sites in the system folder. Now, for an example I'll use excite's plug-in that comes with every copy of sherlock. The code will look like this in bbedit lite:
  17.  
  18. # Copyright ¬©1998 Apple Computer Inc.
  19. # Developmental, confidential.  Do not distribute!
  20.  
  21. <search
  22.     name="Excite"
  23.     method="GET"
  24.     action="http://search.excite.com/search.gw"
  25.     update="http://si.info.apple.com/updates/Excite.src.hqx"
  26.  updateCheckDays = 3        
  27.     >
  28.  
  29. <input name="trace"  value="trace">
  30. <input name="search" user>
  31. <input name="perPage"  value="perPage">
  32.  
  33. <interpret
  34.     resultListStart="by Web site"
  35.     resultListEnd="<FORM ACTION="
  36.     resultItemStart="<SMALL"
  37.     resultItemEnd="<BR"
  38.     relevanceStart=">"
  39.     relevanceEnd=" </SMALL>"
  40.     bannerStart="</table>"
  41.     bannerEnd="</center>"
  42. >
  43. </search>
  44.  
  45.  
  46. Ignore the top stuff, what we'll concentrate on is all the stuff between the <interpret> tag. Look for the 
  47.  
  48.      bannerStart="</table>"
  49.      bannerEnd="</center>"  
  50.     
  51. tags, and erase them. Thats it, now the banners won't show up!  
  52.  
  53. Now, save as something like 'excite hacked'. After thats all done with quit out of bbedit and load up resedit or resourcer. Open your hacked plug-in, and click on "get info for bla bla" where 'bla bla' is the name of the file you opened. Now change the type to 'issp' and the creator to 'fndf'. Once that is done, save your changes in resedit and load up sherlock to search the web without annoying banners!
  54.  
  55.  ____   _   ___    _____         _     ___   __     ____
  56. |   _| | | | 0 |  |_   _|  /\   | |   |   | |  \/| |_  /
  57. |_   | | | |   \    | |   /  \  | |_  | 0 | |    |  / /_
  58. |____| |_| |_|\_\   |_|  /_/\_\ |___| |___| |_|\_| /____|
  59.  
  60. [ talonz@mac-addict.com )|( http://h4ck0p.blackout.org ]
  61.  
  62.